- Message
- The name of the message to send.
- data
- The extra data to send along with the message.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub SendMessage( _ ByVal Message As String, _ ByVal ParamArray data() As Object _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomService Dim Message As String Dim data() As Object instance.SendMessage(Message, data) |
C++/CLI | |
---|---|
public: void SendMessage( String^ Message, ... array<Object^>^ data ) |
Parameters
- Message
- The name of the message to send.
- data
- The extra data to send along with the message.
For an example refer to InstallService
The T:Message event will be generated when a response is received. The service needs to be running before it can accept messages.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7